ServiceCreateItem Method (Item, StandardFolder) |
Creates an item.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic ItemId CreateItem(
Item item,
StandardFolder standardFolder
)
Public Function CreateItem (
item As Item,
standardFolder As StandardFolder
) As ItemId
Parameters
- item
- Type: Independentsoft.ExchangeItem
The item to create. - standardFolder
- Type: Independentsoft.ExchangeStandardFolder
The ID of the folder in which to place the newly created item.
Return Value
Type:
ItemIdThe ItemId of the created item.
See Also